home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / galwar75.zip / DDTERM21.ZIP / DDTERM.CTL next >
Text File  |  1990-07-16  |  4KB  |  127 lines

  1. ;DDTERM.CTL
  2. ;
  3. ;This file is a "control file" for use with DDTerm. It contains various
  4. ;parameters effecting the operation and configuration of DDTerm. This file
  5. ;may be edited with any ASCII text editor. Lines beginning with a semicolon
  6. ;are treated as comments.
  7. ;
  8. ;
  9. ;PORT      The PORT parameter defines the default port that DDTerm will use
  10. ;          if no port is given on the command line.
  11. ;
  12. PORT 1
  13. ;
  14. ;BAUD      The baud parameter defines the default baud rate that DDTerm will
  15. ;          use if no baud rate is given on the command line.
  16. BAUD 2400
  17. ;
  18. ;
  19. ;MACRO     MACRO specifies a function key definition. With HPReader, you
  20. ;          may specify (normal,shift,ctrl,or alt) F1 - F10 as macro keys.
  21. ;          Macro keys may store any string of characters up to 254 characters
  22. ;          long. Upon pressing the specified key, DDTerm will act upon
  23. ;          the keys specified in the macro.
  24. ;
  25. ;          The format for the macro definition is as follows:
  26. ;
  27. ;                   -MACRO <keynum> <string of characters>
  28. ;
  29. ;          The key numbers are as follows:
  30. ;
  31. ;                  1-10 = F1-F10
  32. ;
  33. ;          The <string of characters> may be any string of up to 255
  34. ;          characters. It may be only one line long, but may contain any
  35. ;          control characters and/or keyboard scan codes. To specify a control
  36. ;          character, use a carat (^) sign followed by the character (i.e.
  37. ;          CTRL-M would be ^M, CTRL-A would be ^A). Scan codes may be used
  38. ;          by inserting "\0xnn" where "nn" is the hexidecimal scan code of the
  39. ;          key you wish to insert.
  40. ;
  41. ;          EXAMPLES:
  42. ;
  43. ;           MACRO 1 Scott Baker^MSysop of the Not-Yet-Named BBS^M
  44. ;                This would send out "Scott Baker" and "Sysop of the Not-
  45. ;                Yet-Named BBS" followed by carriage returns. It would be
  46. ;                invoked with F1.
  47. ;
  48. MACRO 1 Scott Baker
  49. ;
  50. ;  ^^^ Sends my name
  51. ;
  52. MACRO 2 Scott Baker^MAuthor of DDTerm^M
  53. ;
  54. ;  ^^^ Sends my name and "Author of..."
  55. ;
  56. MACRO 3 u;3;16384;q;l;t;y;l^M
  57. ;
  58. ;  ^^^ Useful macro for Galactic Warzone
  59. ;
  60. MACRO 4 l;3^M^Ml;u;3;0;q
  61. ;
  62. ;  ^^^ The flipside of the previous macro
  63. ;
  64. ;
  65. ;The following lines contain the configuration variables for DDTerm's color
  66. ;scheme. For monochrome, you should leave them all commented out unless
  67. ;you specifically want to change something. (Monochrome is defaulted within
  68. ;DDTerm). For color, you should uncomment them. A table of color definitions
  69. ;follows the configuration statements.
  70. ;
  71. ;
  72. ;     ::-------------------  Uncomment the following lines to set up colors
  73. ;     ::-------------------  for a color monitor
  74. ;     \/
  75. ;
  76. ;HEADERNORMFORE 15
  77. ;HEADERNORMBACK 1
  78. ;HEADERHILIGHTFORE 0
  79. ;HEADERHILIGHTBACK 7
  80. ;MENUNORMBACK 3
  81. ;MENUNORMFORE 0
  82. ;MENUHILIGHTBACK 7
  83. ;MENUHILIGHTFORE 0
  84. ;MENUBORDERBACK 3
  85. ;MENUBORDERFORE 15
  86. ;FOOTERBACK 1
  87. ;FOOTERFORE 15
  88. ;DIALDIRBACK 3
  89. ;DIALDIRFORE 0
  90. ;DIALDIRBORDERBACK 3
  91. ;DIALDIRBORDERFORE 15
  92. ;DIALBACK 3
  93. ;DIALFORE 0
  94. ;DIALBORDERBACK 3
  95. ;DIALBORDERFORE 15
  96. ;CONBORDERBACK 3
  97. ;CONBORDERFORE 15
  98. ;CONBACK 3
  99. ;CONFORE 0
  100. ;CONHILIGHTBACK 7
  101. ;CONHILIGHTFORE 0
  102. ;
  103. ;
  104. ;
  105. ;Turbo Pascal Color Codes:
  106. ;
  107. ;     Black     0        DarkGray      8
  108. ;     Blue      1        LightBlue     9
  109. ;     Green     2        LightGreen   10
  110. ;     Cyan      3        LightCyan    11
  111. ;     Red       4        LightRed     12
  112. ;     Magenta   5        LightMagenta 13
  113. ;     Brown     6        Yellow       14
  114. ;     LightGray 7        White        15
  115. ;
  116. ; (Note: Only colors 0-7 are available as background colors)
  117. ;
  118. ;Reliability parameters: The following parameters if specified will activate
  119. ;various DDTerm services. The user is allowed them to be turned on/off because
  120. ;line noise may cause severe trouble for them.
  121. ;
  122. ;ONELINE - The OneLine parameter enables DDTerm to send certain 3-byte
  123. ;          sequences as substitutes for certain character strings. Since no
  124. ;          error checking is performed for speed reasons, this option is
  125. ;          very susceptible to line noise. I default it to OFF.
  126. ;
  127. ;ONELINE